home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / B-C / Credits 1.5.2.sit / Credits(1.5.2) / Credits.h / Credits.h
Encoding:
Text File  |  1994-10-31  |  1.9 KB  |  46 lines  |  [TEXT/KAHL]

  1. /*******************************************************
  2.  *                                                     *
  3.  *                     Credits                         *
  4.  *                      1.5.2                          *
  5.  *                                                     *
  6.  *        by Bill Hayden & Nikol Software, © 1994         *  
  7.  *                                                     *
  8.  *                                                        *
  9.  *                                                     *
  10.  *                Requires System 7 to run                     *
  11.  *                                                     *
  12.  *      Thank you for supporting Nikol Software        *
  13.  *                                                     *
  14.  *                                                     *
  15.  *     Orders, support, inquiries, suggestions to:     *
  16.  *                                                     *
  17.  *                  William Hayden                     *
  18.  *                c/o Nikol Software                   *
  19.  *                1325 NE 9th Street                   *
  20.  *            Gainesville, FL  32601-3720              *
  21.  *                                                       *
  22.  *             AOL: BMOC 1                              *
  23.  *        Internet: Hayden@oak.circa.ufl.edu           *
  24.  *                    BMOC 1@aol.com                       *
  25.  *                                                       *
  26.  ******************************************************/
  27.  
  28.  
  29. /*
  30.      ShowCredits will return an error code of:
  31.      -1             if illegal or incorrect values were passed.
  32.      ResError()        if the dialog or gWorld    could not be created
  33.      some other    #    if the dialog manager returned an error
  34. */
  35.  
  36.  
  37. pascal OSErr    ShowCredits    (short,        /* Resource ID of the Dialog                */
  38.                              short,        /* Resource ID of the PICT to scroll        */
  39.                              short,        /* DITL item # of the scroll (user) item    */
  40.                              short,        /* DITL item # of the OK button, or kNone    */
  41.                              short,        /* Delay between frames in 1/60 secs        */
  42.                              Boolean);    /* Frame the scrolling item?                */
  43.                              
  44. #define kNone (-1)
  45.  
  46.